Compare commits
	
		
			1 Commits
		
	
	
		
			7cc37b0523
			...
			master
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 34cebffd0c | 
| @@ -44,7 +44,7 @@ router.post("/item/send", async (req, res) => { | |||||||
|       } |       } | ||||||
|     ); |     ); | ||||||
|     console.log("物品[%s]发送给[%s]结果:%s", itemId, roleName, result.data); |     console.log("物品[%s]发送给[%s]结果:%s", itemId, roleName, result.data); | ||||||
|     if (result.data.result) res.json({ code: 0, msg: "发送成功!" }); |     if (result.data == "成功") res.json({ code: 0, msg: "发送成功!" }); | ||||||
|     else res.json({ code: 1, msg: result.data.content }); |     else res.json({ code: 1, msg: result.data.content }); | ||||||
|   } catch (error) { |   } catch (error) { | ||||||
|     console.error("获取角色数据失败:", error); |     console.error("获取角色数据失败:", error); | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user