修改工会收入记录接口名称
This commit is contained in:
@@ -96,7 +96,7 @@ function getData() {
|
||||
showLoading();
|
||||
networkRequest({
|
||||
type: "GET",
|
||||
url: urlPrefix + "/guild/usd/rechargeUserRecord/page",
|
||||
url: urlPrefix + "/guild/income/rechargeUserRecord/page",
|
||||
data: { pageNo, pageSize, uid: pubInfo.uid },
|
||||
success: function (res) {
|
||||
if (res.code == 200) {
|
||||
|
Reference in New Issue
Block a user