Browse Source

清理多余代码

master
xyiege 3 years ago
parent
commit
54d752474e
  1. 6
      src/main/java/cn/chjyj/szwh/controller/api/GoodsController.java

6
src/main/java/cn/chjyj/szwh/controller/api/GoodsController.java

@ -4,9 +4,6 @@ import cn.chjyj.szwh.bean.Goods;
import cn.chjyj.szwh.controller.BaseController;
import cn.chjyj.szwh.service.GoodsService;
import com.alibaba.fastjson2.JSONObject;
import com.alibaba.fastjson2.annotation.JSONField;
import com.google.gson.JsonObject;
import javafx.beans.binding.ObjectBinding;
import org.apache.commons.lang3.StringUtils;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
@ -175,9 +172,6 @@ public class GoodsController extends BaseController {
*/
@RequestMapping("/searchGoods")
public JSONObject searchGoods(@RequestBody String reqstr) {
// {"appkey":"0acdbb709ee95707","entrust_user_name":"北京玖扬博文文化发展有限公司",
// "goods_status":"1","timestamp":"1667223238"}
//{"appkey":"0acdbb709ee95707","authorization":"","entrust_name":"","entrust_user_name":"",
// "goods_status":"1","limit":"16","order":"","order_type":"","page":"1","pay_type":"2","
// record_type":"","timestamp":"1667223235"}

Loading…
Cancel
Save