修改订单时间

This commit is contained in:
Lenovo 2024-07-30 16:12:38 +08:00
parent ceadfff3d9
commit 8a86db3c71
1 changed files with 1 additions and 0 deletions

View File

@ -60,4 +60,5 @@ public interface IMeituanService {
void getReturnInfo(Long id); void getReturnInfo(Long id);
String getComment(Long id); String getComment(Long id);
String receiveTime(String storeCode,String cookie,String orderNo);
} }