Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gic-platform-enterprise
Overview
Overview
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
base_platform_enterprise
gic-platform-enterprise
Commits
fd79378c
Commit
fd79378c
authored
Jul 16, 2020
by
guojuxing
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/developer' into developer
parents
c0ac5a17
48965292
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
FeeTypeEnum.java
...java/com/gic/enterprise/constant/billing/FeeTypeEnum.java
+1
-1
QrcodeController.java
...a/com/gic/enterprise/web/controller/QrcodeController.java
+1
-1
No files found.
gic-platform-enterprise-api/src/main/java/com/gic/enterprise/constant/billing/FeeTypeEnum.java
View file @
fd79378c
...
...
@@ -6,7 +6,7 @@ public enum FeeTypeEnum {
// ACCOUNT_BALANCE(7, "服务市场和供销平台购买明细"),
SMS_PACKAGE
(
4
,
"短信套餐包明细(余额支付)"
),
SMS
(
3
,
"国内短信消费明细"
),
INTERNATIONAL_SMS
(
8
,
"
海外
短信消费明细"
),
INTERNATIONAL_SMS
(
8
,
"
国际
短信消费明细"
),
// VOICE_CODE(2, "语音验证码消费明细"),
// DOUBLE_CALLING(6, "双向呼叫消费明细"),
// RECORDING_STORAGE(5, "录音存储消费明细"),
...
...
gic-platform-enterprise-web/src/main/java/com/gic/enterprise/web/controller/QrcodeController.java
View file @
fd79378c
...
...
@@ -357,7 +357,7 @@ public class QrcodeController {
}
private
byte
[]
createAppletQrcode
(
String
appkey
,
String
path
){
ServiceResponse
<
Map
<
String
,
Object
>>
wxaQrcode
=
this
.
weixinWxaFunService
.
createWxaQrcode
(
appkey
,
path
,
1280
);
ServiceResponse
<
Map
<
String
,
Object
>>
wxaQrcode
=
this
.
weixinWxaFunService
.
getWxaCodeUnlimit
(
appkey
,
path
,
"31"
);
if
(
wxaQrcode
.
isSuccess
()){
Map
<
String
,
Object
>
result
=
wxaQrcode
.
getResult
();
return
(
byte
[])
result
.
get
(
"content"
);
...
...
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