|
@@ -189,7 +189,7 @@ class PetProc {
|
|
|
}
|
|
|
|
|
|
/**
|
|
|
- * 派遣宠物
|
|
|
+ * 6437 点击派遣宠物
|
|
|
* @return Resp
|
|
|
*/
|
|
|
public static function DispatchPet() {
|
|
@@ -228,6 +228,21 @@ class PetProc {
|
|
|
));
|
|
|
}
|
|
|
|
|
|
+ /**
|
|
|
+ * 6438 某区域的派遣宠物信息
|
|
|
+ * @return Resp
|
|
|
+ */
|
|
|
+ public static function ResetDispatchPet() {
|
|
|
+ list($areaId) = req()->paras;
|
|
|
+
|
|
|
+ $ins_ExploreArea = new Ins_ExploreArea(ctx()->store->exploreArea->$areaId);
|
|
|
+
|
|
|
+ UserProc::updateUserInfo();
|
|
|
+ return Resp::ok(array(
|
|
|
+ 'explorePetList' =>$ins_ExploreArea->explorePetList,
|
|
|
+ ));
|
|
|
+ }
|
|
|
+
|
|
|
/**
|
|
|
* 6435 删除全部派遣宠物
|
|
|
*/
|