feat(ops): add HQ admin proxy order and mini-user store session fixes
Align HQ orders page with partner dual-SMS offline proxy flow; improve mini-user stores session and WeChat confirm-receive handling. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Vendored
+8
@@ -14,6 +14,14 @@ declare const definePageConfig: (config: Record<string, unknown>) => Record<stri
|
||||
|
||||
declare const TARO_APP_API_ORIGIN: string;
|
||||
|
||||
/** 微信小程序全局(Taro 未封装的 API 如 openBusinessView 需直接调用) */
|
||||
declare const wx: {
|
||||
openBusinessView?: (opts: Record<string, unknown>) => void;
|
||||
canIUse?: (schema: string) => boolean;
|
||||
requestPayment?: (opts: Record<string, unknown>) => void;
|
||||
[key: string]: unknown;
|
||||
};
|
||||
|
||||
declare namespace NodeJS {
|
||||
interface ProcessEnv {
|
||||
TARO_ENV: 'weapp' | 'h5' | string;
|
||||
|
||||
Reference in New Issue
Block a user