Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
B
beijing-vehicleflow
Project
Project
Details
Activity
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
zhangzhenbang
beijing-vehicleflow
Commits
0ff1b753
Commit
0ff1b753
authored
Feb 24, 2020
by
zhangzhenbang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
试探性写了一两个接口
parent
8bb1309a
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
IdentityInformationServiceImpl.java
...icleflow/service/impl/IdentityInformationServiceImpl.java
+2
-2
No files found.
src/main/java/com/yingxin/beijingvehicleflow/service/impl/IdentityInformationServiceImpl.java
View file @
0ff1b753
...
...
@@ -50,8 +50,8 @@ public class IdentityInformationServiceImpl implements IdentityInformationServic
@Override
public
JSONObject
getwechatInfoByTempCode
(
String
code
)
{
BufferedReader
in
=
null
;
String
url
=
"https://api.weixin.qq.com/sns/jscode2session?appid=wx
8784a1a35b9c76af
"
+
"&secret=
bbde177fbebb080ad3ad5f57db3db8a2
"
+
String
url
=
"https://api.weixin.qq.com/sns/jscode2session?appid=wx
a0c404418dc92510
"
+
"&secret=
93f2470aa31ae319145b1216704262f6
"
+
"&js_code="
+
code
+
"&grant_type=authorization_code"
;
URL
realUrl
;
...
...
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