Bläddra i källkod

Merge branch 'master' of http://git.shengws.com/csx/gdyb

csx 3 år sedan
förälder
incheckning
0449ac5e9a
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      service/jsyb_service.go

+ 1 - 1
service/jsyb_service.go Visa fil

@@ -759,7 +759,7 @@ func Jsyb5203(baseParams models.BaseParams, businessParams models.BusinessParams
759 759
 		return err.Error(), ""
760 760
 	}
761 761
 	baseParams.RequestUrl = baseParams.RequestUrl + "5203"
762
-	fmt.Println(HttpRequest(request_url, access_key, secret_key, timestamp, string(bytesData)))
762
+	fmt.Println(HttpRequest(baseParams.RequestUrl, baseParams.AccessKey, baseParams.SecretKey, timestamp, string(bytesData)))
763 763
 
764 764
 	return HttpRequest(baseParams.RequestUrl, baseParams.AccessKey, baseParams.SecretKey, timestamp, string(bytesData)), string(bytesData)
765 765
 }