|
|
|
@ -78,6 +78,8 @@ public interface UdidlService {
|
|
|
|
|
*/
|
|
|
|
|
@RequestLine("POST /udplat/log/list")
|
|
|
|
|
BaseResponse udplatLog_getList(@RequestBody JobLogFilterRequest param);
|
|
|
|
|
@RequestLine("POST /udplat/log/udplatSync?tbName={tbName}")
|
|
|
|
|
BaseResponse udplatLog_udplatSync(@Param("tbName")String tbName);
|
|
|
|
|
|
|
|
|
|
@RequestLine("POST /udplat/goodsMatch/list")
|
|
|
|
|
BaseResponse udplatGoodsMatch_getList(@RequestBody UdplatGoodsMatchParam param);
|
|
|
|
@ -87,5 +89,6 @@ public interface UdidlService {
|
|
|
|
|
BaseResponse udplatGoodsMatch_getProductInfoByUuid(@Param("uuid") String uuid);
|
|
|
|
|
@RequestLine("POST /udplat/goodsMatch/save")
|
|
|
|
|
BaseResponse udplatGoodsMatch_save(@RequestBody UdplatGoodsMatchModel model);
|
|
|
|
|
|
|
|
|
|
//</editor-fold>
|
|
|
|
|
}
|
|
|
|
|