TomyJan
ccfeb178fc
Reviewed-on: daoyoucloud/tachybase#1516 Reviewed-by: sealday <zhanglin@daoyoucloud.com> Co-authored-by: TomyJan <TomyJan6@gmail.com> Co-committed-by: TomyJan <TomyJan6@gmail.com>
8 lines
249 B
TypeScript
8 lines
249 B
TypeScript
// @ts-ignore
|
|
import { name } from '../package.json';
|
|
|
|
export const authType = 'WeChat';
|
|
export const namespace = name;
|
|
export const weChatApiOauthBaseUrl = 'https://api.weixin.qq.com/sns/oauth2/';
|
|
export const weChatApiOauthScope = 'snsapi_login';
|