@jx3box/jx3box-common-ui 9.3.7 → 9.3.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jx3box/jx3box-common-ui",
3
- "version": "9.3.7",
3
+ "version": "9.3.8",
4
4
  "description": "JX3BOX UI",
5
5
  "main": "index.js",
6
6
  "scripts": {
package/service/author.js CHANGED
@@ -48,8 +48,8 @@ function getDouyu(ids) {
48
48
  }
49
49
  // 获取用户勋章
50
50
  function getUserMedals(uid, params) {
51
- return $cms({ mute: true })
52
- .get("/api/cms/user/medal/" + uid, {
51
+ return $next({ mute: true })
52
+ .get("/api/next2/user/" + uid + "/medals", {
53
53
  params
54
54
  })
55
55
  .then((res) => {