update 生成订单,校验小程序所属运营商

This commit is contained in:
2023-08-31 14:06:25 +08:00
parent acff945822
commit 6e2b769dbb
5 changed files with 28 additions and 0 deletions

View File

@@ -114,4 +114,6 @@ public interface IPileMerchantInfoService {
* 通过merchantId获取一级运营商信息
*/
PileMerchantInfo getFirstLevelMerchantByMerchantId(String merchantId);
String getFirstLevelMerchantIdByMerchantId(String merchantId);
}