This repository has been archived by the owner on Mar 28, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
devzwy
committed
May 18, 2022
1 parent
bfd437e
commit cc5af5b
Showing
8 changed files
with
38 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
Sample/src/main/java/io/github/socialhelper/demo/wxapi/WxPayEntryActivity.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
package io.github.socialhelper.demo.wxapi | ||
|
||
import io.github.socialhelper.wechat.WeChatSocialPayEntryActivity | ||
import io.github.socialhelper.wechat.WeChatSocialEntryActivity | ||
|
||
class WxPayEntryActivity:WeChatSocialPayEntryActivity() { | ||
class WxPayEntryActivity: WeChatSocialEntryActivity() { | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,12 @@ | ||
<resources> | ||
<string name="social_not_install_wechat_app_tip">微信未安装,请安装微信后再试</string> | ||
<string name="social_wechat_req_auth_cancel">授权被取消</string> | ||
<string name="social_wechat_resp_auth_fail">授权验证失败</string> | ||
<string name="social_wechat_get_access_token_err">accessToken获取失败,%s</string> | ||
<string name="social_wechat_get_user_info_err">用户资料获取失败,%d</string> | ||
<string name="social_wechat_share_err">分享失败,%d</string> | ||
<string name="social_wechat_pay_cancel_err">用户取消支付</string> | ||
<string name="social_wechat_pay_other_err">支付失败,%d</string> | ||
|
||
|
||
|
||
</resources> |