We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67a237c commit 03fd2f4Copy full SHA for 03fd2f4
src/service/theme/ThemeOper.js
@@ -55,9 +55,9 @@ import {
55
* @classdesc 专题图服务
56
* @description Zondy.Service.ThemeOper
57
* @extends ServiceBase
58
+ * @param {String} [opt_guid=newGuid()] 客户端标识,用以服务器缓存地图
59
* @param {Object} options 属性键值对
60
* @param {Function} [options.p_onSuccess=null] 获取成功回调方法 onSuccess(Array<Zondy.Object.Theme.CThemeInfo>)
- * @param {String} [opt_guid=newGuid()] 客户端标识,用以服务器缓存地图
61
*/
62
class ThemeOper extends ServiceBase {
63
constructor(opt_guid, options) {
0 commit comments