f
This commit is contained in:
@@ -109,7 +109,6 @@ func (a *ApiRequestService) ProcessRequests(params []byte, productID int64, orde
|
|||||||
// 参数转换:将 mobile 转换为 mobile_no
|
// 参数转换:将 mobile 转换为 mobile_no
|
||||||
if mobile, exists := baseParams["mobile"]; exists {
|
if mobile, exists := baseParams["mobile"]; exists {
|
||||||
baseParams["mobile_no"] = mobile
|
baseParams["mobile_no"] = mobile
|
||||||
delete(baseParams, "mobile") // 删除原始的 mobile 字段
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if orderNo != "" {
|
if orderNo != "" {
|
||||||
|
|||||||
Reference in New Issue
Block a user