1
This commit is contained in:
@@ -201,7 +201,7 @@ export async function updatePuzzleRunPause(
|
||||
}
|
||||
|
||||
/**
|
||||
* 使用正式拼图道具,服务端负责扣除光点并更新运行态。
|
||||
* 使用正式拼图道具,服务端负责扣除泥点并更新运行态。
|
||||
*/
|
||||
export async function usePuzzleRuntimeProp(
|
||||
runId: string,
|
||||
|
||||
@@ -99,7 +99,7 @@ export async function deletePuzzleWork(profileId: string) {
|
||||
}
|
||||
|
||||
/**
|
||||
* 领取当前用户名下拼图作品的整数光点激励。
|
||||
* 领取当前用户名下拼图作品的整数泥点激励。
|
||||
*/
|
||||
export async function claimPuzzleWorkPointIncentive(profileId: string) {
|
||||
return requestJson<PuzzleWorkMutationResponse>(
|
||||
|
||||
Reference in New Issue
Block a user