自动化立体仓库 - WMS系统
#
luxiaotao1123
2020-06-29 b3b2ac162add82f7fdf12d47f46c9c1bbc4c8def
src/main/java/com/zy/asrs/controller/MobileController.java
@@ -2,6 +2,8 @@
import com.core.annotations.ManagerAuth;
import com.core.common.R;
import com.zy.asrs.entity.param.CombParam;
import org.springframework.web.bind.annotation.RequestBody;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;
@@ -18,7 +20,7 @@
     */
    @RequestMapping("/comb/auth")
    @ManagerAuth(memo = "组托")
    public R comb(){
    public R comb(@RequestBody CombParam combParam){
        return R.ok();
    }