- test for Change2JDSPU4Store

This commit is contained in:
gazebo
2019-01-05 15:17:19 +08:00
parent d0abc189be
commit 8d6d9a9787
2 changed files with 11 additions and 1 deletions

View File

@@ -71,7 +71,7 @@ func (c *InitDataController) Convert2JDSPU() {
// @Title 将京东商店为份的SPU转换
// @Description 将京东商店为份的SPU转换
// @Param token header string true "认证token"
// @Param storeIDs formData string true "门店列表"
// @Param storeIDs formData string false "门店列表"
// @Param isAsync formData bool false "是否异步操作"
// @Param isContinueWhenError formData bool false "单个同步失败是否继续缺省false"
// @Success 200 {object} controllers.CallResult