This commit is contained in:
2023-12-07 16:12:54 +08:00
parent fd4e88c78e
commit 829e9f02f7
3 changed files with 25 additions and 9 deletions

View File

@@ -0,0 +1,9 @@
package com.jsowell.pile.util;
/**
* 运营商工具类
*/
public class MerchantUtils {
private String XIXIAO_MERCHANT_ID = "35";
}