协议调试:商城

This commit is contained in:
chen wei bo
2025-09-10 15:27:07 +08:00
parent c1471c1540
commit 00099f2860
6 changed files with 75 additions and 28 deletions
@@ -5,7 +5,7 @@ import { HttpShopService } from "./HttpShopService";
import { MockShopService } from "./MockShopService";
// 模拟开关
const USE_MOCK = true;
const USE_MOCK = false;
export class ShopService implements IShopService {
private static _I: ShopService | null = null;