Skip to content

Commit fa8e5f5

Browse files
committed
修复错误
1 parent bdfb098 commit fa8e5f5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Task/youth.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ function withDraw() {
284284

285285
function SevCont() {
286286
return new Promise((resolve, reject) =>{
287-
$.post(kdHost('PunchCard/luckdraw?'), async(error, resp, data) =>{
287+
$.post(kdHost('WebApi/PunchCard/luckdraw?'), async(error, resp, data) =>{
288288
let sevres = JSON.parse(data);
289289
if (sevres.code == 1) {
290290
detail += `【七日签到】 + ${sevres.data.score}青豆\n`

0 commit comments

Comments
 (0)