remove mark
This commit is contained in:
@@ -10,7 +10,6 @@ const wx = {
|
||||
appId: config.WX_MP_APP_ID,
|
||||
appSecret: config.WX_MP_APP_SECRET,
|
||||
}
|
||||
console.log('wx config', wx, wxOpen);
|
||||
export type WxTokenResponse = {
|
||||
access_token: string;
|
||||
expires_in: number;
|
||||
|
||||
Reference in New Issue
Block a user