()
| 238 | } |
| 239 | |
| 240 | async getSignDetail() { |
| 241 | const result = await this.h5Request("GET", "/api/cn/oapi/marketing/cumulativeSignIn/getSignInDetail", { |
| 242 | activityId: SIGN_ACTIVITY_ID, |
| 243 | creditsAddActionId: CREDITS_ADD_ACTION_ID, |
| 244 | business: BUSINESS, |
| 245 | }); |
| 246 | return result.data || {}; |
| 247 | } |
| 248 | |
| 249 | todayAward(detail = {}) { |
| 250 | const today = todayText(); |
no test coverage detected