- GetStoreCourierMaps的参数全部改成formData

This commit is contained in:
gazebo
2019-07-25 18:16:20 +08:00
parent 60271b83bb
commit 629a34f4d7

View File

@@ -285,8 +285,8 @@ func (c *StoreController) GetStoreCourierMaps() {
// @Title 修改门店快递映射信息
// @Description 修改门店快递映射信息
// @Param token header string true "认证token"
// @Param storeID query int true "门店IDpayload中的相应字段会被忽略"
// @Param vendorID query int true "快递厂商IDpayload中的相应字段会被忽略"
// @Param storeID formData int true "门店IDpayload中的相应字段会被忽略"
// @Param vendorID formData int true "快递厂商IDpayload中的相应字段会被忽略"
// @Param payload formData string true "json数据StoreCourierMap对象当前只有status, vendorStoreId两项"
// @Success 200 {object} controllers.CallResult
// @Failure 200 {object} controllers.CallResult