|
@@ -258,6 +258,7 @@ func FillMerchantApiInfo(merchantApiInfo *apis.MerchantApiInfo, merchantApiResul
|
|
|
merchantApiInfo.ReuseTime = merchantApiResult.ReuseTime
|
|
|
merchantApiInfo.RandomPercentage = merchantApiResult.RandomPercentage
|
|
|
merchantApiInfo.ApiTimeout = merchantApiResult.Timeout
|
|
|
+ merchantApiInfo.ResponseParamConf = merchantApiResult.ResponseParamConf
|
|
|
}
|
|
|
|
|
|
func NewAccessLogNew(rawRequestParams string, isReuse bool, LReq []apis.ThirdpartLogWrite, RemoteAddr string, merchantApiResult *apis.CheckMerchantApiResult) apis.LogAddAccessLogReq {
|