userPin
This commit is contained in:
@@ -429,6 +429,9 @@ func interface2CreateShopResult(data interface{}) (retVal *CreateShopResult) {
|
|||||||
// 根据门店编码修改运费起送价、满免以及商家自送运费接口
|
// 根据门店编码修改运费起送价、满免以及商家自送运费接口
|
||||||
// https://openo2o.jddj.com/staticnew/widgets/resources.html?groupid=194&apiid=997977a13c62449ba15f3db3b4aec932
|
// https://openo2o.jddj.com/staticnew/widgets/resources.html?groupid=194&apiid=997977a13c62449ba15f3db3b4aec932
|
||||||
func (a *API) UpdateStoreFreightConfigNew(upateParam *UpdateStoreFreightParam) (err error) {
|
func (a *API) UpdateStoreFreightConfigNew(upateParam *UpdateStoreFreightParam) (err error) {
|
||||||
|
if upateParam.UserPin != "" {
|
||||||
|
upateParam.UserPin = utils.GetAPIOperator(upateParam.UserPin)
|
||||||
|
}
|
||||||
jdParams := utils.Struct2MapByJson(upateParam)
|
jdParams := utils.Struct2MapByJson(upateParam)
|
||||||
_, err = a.AccessAPINoPage("freight/updateStoreFreightConfigNew", jdParams, nil, nil, genNoPageResultParser("code", "detail", "", "0"))
|
_, err = a.AccessAPINoPage("freight/updateStoreFreightConfigNew", jdParams, nil, nil, genNoPageResultParser("code", "detail", "", "0"))
|
||||||
return err
|
return err
|
||||||
|
|||||||
Reference in New Issue
Block a user