摘要:
1. api.php路由Route::apiResource('companyinfo','UserCompanyinfoController'); public function show(CompanyInfonew $companyinfo){ return $this->success($c 阅读全文
摘要:
1. https://www.cnblogs.com/sunqim16/p/10755054.html class DecimalEncoder(json.JSONEncoder): def default(self, o): if isinstance(o, decimal.Decimal): r 阅读全文