Explorar el Código

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

csx hace 2 años
padre
commit
8b946b6228
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      service/hbyb_service.go

+ 1 - 1
service/hbyb_service.go Ver fichero

@@ -897,7 +897,7 @@ func Hbyb3202a(baseParams models.BaseParams, businessParams models.BusinessParam
897 897
 	inputData["fund_pay_sumamt"] = businessParams.FundPaySumamt //基金支付总额
898 898
 	inputData["acct_pay"] = businessParams.AcctPay              //个人账户支付金额
899 899
 
900
-	input["data"] = inputData
900
+	input["clrdata"] = inputData
901 901
 	inputMessage["input"] = input //交易输入
902 902
 
903 903
 	bytesData, err := json.Marshal(inputMessage)