|
@@ -22,8 +22,8 @@ $api->version('v1', [
|
|
});
|
|
});
|
|
//仅验签
|
|
//仅验签
|
|
$api->group(['middleware' => 'chxq_sign'], function ($api) {
|
|
$api->group(['middleware' => 'chxq_sign'], function ($api) {
|
|
-
|
|
|
|
//内容预览
|
|
//内容预览
|
|
$api->post('/templateSet/preview', 'CmsContentTemplateSetController@preview');
|
|
$api->post('/templateSet/preview', 'CmsContentTemplateSetController@preview');
|
|
|
|
+ $api->post('/templateSet/templateName', 'CmsContentTemplateSetController@template');
|
|
});
|
|
});
|
|
});
|
|
});
|