- GetStoreCourierMaps的参数全部改成formData
This commit is contained in:
@@ -285,8 +285,8 @@ func (c *StoreController) GetStoreCourierMaps() {
|
|||||||
// @Title 修改门店快递映射信息
|
// @Title 修改门店快递映射信息
|
||||||
// @Description 修改门店快递映射信息
|
// @Description 修改门店快递映射信息
|
||||||
// @Param token header string true "认证token"
|
// @Param token header string true "认证token"
|
||||||
// @Param storeID query int true "门店ID,payload中的相应字段会被忽略"
|
// @Param storeID formData int true "门店ID,payload中的相应字段会被忽略"
|
||||||
// @Param vendorID query int true "快递厂商ID,payload中的相应字段会被忽略"
|
// @Param vendorID formData int true "快递厂商ID,payload中的相应字段会被忽略"
|
||||||
// @Param payload formData string true "json数据,StoreCourierMap对象(当前只有status, vendorStoreId两项)"
|
// @Param payload formData string true "json数据,StoreCourierMap对象(当前只有status, vendorStoreId两项)"
|
||||||
// @Success 200 {object} controllers.CallResult
|
// @Success 200 {object} controllers.CallResult
|
||||||
// @Failure 200 {object} controllers.CallResult
|
// @Failure 200 {object} controllers.CallResult
|
||||||
|
|||||||
Reference in New Issue
Block a user