Ver código fonte

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

csx 2 anos atrás
pai
commit
44dfb10c48
1 arquivos alterados com 3 adições e 0 exclusões
  1. 3 0
      service/gdyb_service.go

+ 3 - 0
service/gdyb_service.go Ver arquivo

@@ -2092,6 +2092,9 @@ func Gdyb3202(baseParams models.BaseParams, businessParams models.BusinessParams
2092 2092
 
2093 2093
 func Gdyb5203(baseParams models.BaseParams, businessParams models.BusinessParams) string {
2094 2094
 	fmt.Println("~~~~~~1")
2095
+	fmt.Println(baseParams)
2096
+	fmt.Println(businessParams)
2097
+
2095 2098
 	// 生成签名
2096 2099
 	nonce := GetRandomString(32)
2097 2100
 	timestamp := time.Now().Unix()