提现
This commit is contained in:
@@ -112,10 +112,9 @@ func method2ResponseKey(method string) (responseKey string) {
|
||||
|
||||
func (a *API) AccessAPI(method string, params, bizContent map[string]interface{}, isPost bool) (retVal map[string]interface{}, err error) {
|
||||
params = utils.MergeMaps(map[string]interface{}{
|
||||
"app_id": a.GetAppID(),
|
||||
"method": method,
|
||||
"format": "JSON",
|
||||
// "return_url"
|
||||
"app_id": a.GetAppID(),
|
||||
"method": method,
|
||||
"format": "JSON",
|
||||
"charset": "utf-8",
|
||||
"sign_type": "RSA2",
|
||||
"version": "1.0",
|
||||
|
||||
Reference in New Issue
Block a user