Commit 511b800d authored by 潘梓豪's avatar 潘梓豪

更新接口

parent 2cfa66c8
......@@ -100,7 +100,7 @@ class FilterFormat extends ConfigEntityBase implements FilterFormatInterface, En
*
* @var array
*/
protected $roles;
public $roles;
/**
* Configured filters for this text format.
......
......@@ -61,6 +61,15 @@ zeus_hub.getComputerCode:
requirements:
_access: 'TRUE'
#保存订单
zeus_hub.saveOrder:
path: 'zeus/zeushub/saveOrder'
defaults:
_controller: 'Drupal\zeus_hub\Controller\ApiController::saveOrder'
_title: 'saveOrder'
requirements:
_access: 'TRUE'
#获取订单相关绑定电脑信息
zeus_hub.getComputerCodeListByOrder:
path: 'zeus/zeushub/getComputerCodeListByOrder'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment