Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
galaxy-iOS
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
mobile-group
galaxy-iOS
Commits
f5eb3d19
Commit
f5eb3d19
authored
Feb 17, 2025
by
pete谢兆麟
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
微信登录接口修改
parent
1792406c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
YHLoginViewModel.swift
...alaxy/Classes/Modules/Login(登录)/VM/YHLoginViewModel.swift
+1
-1
YHAllApiName.swift
galaxy/galaxy/Classes/Tools/NetWork/YHAllApiName.swift
+1
-1
No files found.
galaxy/galaxy/Classes/Modules/Login(登录)/VM/YHLoginViewModel.swift
View file @
f5eb3d19
...
@@ -147,7 +147,7 @@ extension YHLoginViewModel {
...
@@ -147,7 +147,7 @@ extension YHLoginViewModel {
"testTimestamp"
:
timestamp
]
"testTimestamp"
:
timestamp
]
if
phone
.
count
!=
0
{
if
phone
.
count
!=
0
{
params
=
[
"union_id"
:
unionId
,
params
=
[
"union_id"
:
unionId
,
"mobile"
:
phone
,
"mobile"
:
XXTEA
.
encryptString
(
toBase64String
:
phone
,
stringKey
:
"galaxyapps"
)
??
phone
,
"sms_code"
:
code
,
"sms_code"
:
code
,
"client"
:
"super_app"
,
"client"
:
"super_app"
,
"mobile_area_code"
:
"+"
+
countryCode
,
"mobile_area_code"
:
"+"
+
countryCode
,
...
...
galaxy/galaxy/Classes/Tools/NetWork/YHAllApiName.swift
View file @
f5eb3d19
...
@@ -288,7 +288,7 @@ class YHAllApiName {
...
@@ -288,7 +288,7 @@ class YHAllApiName {
//登录
//登录
struct
Auth
{
struct
Auth
{
static
let
login
=
"infoflow/auth/v2/login"
static
let
login
=
"infoflow/auth/v2/login"
static
let
wxlogin
=
"infoflow/auth/wechat-login"
static
let
wxlogin
=
"infoflow/auth/
v2/
wechat-login"
static
let
oneKeyLogin
=
"infoflow/auth/native-login"
static
let
oneKeyLogin
=
"infoflow/auth/native-login"
static
let
appleLogin
=
"infoflow/auth/v2/apple-login"
static
let
appleLogin
=
"infoflow/auth/v2/apple-login"
static
let
oneKeySecretKeyInfo
=
"infoflow/auth/sdk-info"
static
let
oneKeySecretKeyInfo
=
"infoflow/auth/sdk-info"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment