Network requests
-whether asynchronous
-Parameter dictionary (itself parameter system environment parameter, default parameter)
-Mask Layer
-Error Notification
-URL
Network parameter Class (Requestparam)
Userid:nsstring *
Entid:nsstring *
Appid:nsstring *
Secret:nsstring *
Paramdict:nsdictionary *
+ (instancetype) Defaultrequestparam;
+ (void) Setsharedrequestparam;
Network Request Class (Hbbnetworkrequest)
Url:nsstring *
Method:nsstring *
Keyname:nsstring *
Sync:bool
Autoescape:bool
Logtip:bool
Requestparam:requestparam *
-(instancetype) Initwith URL method keyName Requestparam
General Network Request class
Commonhbbnetworkrequest:hbbnetworkrequest
URL = [Fetch common network URL from environment component]
Pinanbannkhbbnetworkrequest:hbbnetworkrequest
URL = [Take the Safe Bank network URL from the environment component]
Business Layer Network Request encapsulation