[抖火客户端]

This commit is contained in:
2023-05-15 13:18:38 +08:00
commit d61dde8bd8
818 changed files with 142329 additions and 0 deletions

20
apis/interfaces/public.js Normal file
View File

@@ -0,0 +1,20 @@
/**
* 手太欠
* 愿这世界都如故事里一样 美好而动人~
*/
import { request } from '../index'
// 获取微信支付
const getWxJsdk = data =>{
return request({
url : 'user/auth/official/jssdk',
data : data
})
}
export {
getWxJsdk
}